Amagi API 文档 - v5.6.3
    正在准备搜索索引...

    类型别名 DynamicTypeAV

    type DynamicTypeAV = {
        code: number;
        data: DataData;
        message: string;
        ttl: number;
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    code: number
    data: DataData
    message: string
    ttl: number