busao
    Preparing search index...

    Type Alias responseInformation

    type responseInformation = {
        body: string;
        status: number;
    }
    Index
    body: string
    status: number