@ccw-api/api
    Preparing search index...
    type Res = {
        accountId: MongoDBId;
        bizId: MongoDBId;
        bizType: SmartContractBizType;
        createdAt: number;
        id: number;
        rules: SmartContractRule[];
        status: "ENABLED";
        title: string;
        type: string;
        updatedAt: number;
    }
    Index

    Properties

    accountId: MongoDBId
    bizId: MongoDBId
    createdAt: number
    id: number
    status: "ENABLED"
    title: string
    type: string
    updatedAt: number