@ccw-api/api
    Preparing search index...
    type Res = {
        accountId: MongoDBId;
        bizId: MongoDBId;
        bizType: SmartContractBizType;
        createdAt: null | number;
        id: number;
        status: null | string;
        title: string;
        type: SmartContractType;
        updatedAt: null | number;
    }
    Index

    Properties

    accountId: MongoDBId
    bizId: MongoDBId
    createdAt: null | number
    id: number
    status: null | string
    title: string
    updatedAt: null | number