Amagi API 文档 - v6.1.2
    正在准备搜索索引...

    类型别名 KsVerifiedStatus

    type KsVerifiedStatus = {
        verified: boolean;
        description: string;
        type: number;
        new: boolean;
        iconUrl: string;
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    verified: boolean
    description: string
    type: number
    new: boolean
    iconUrl: string