@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias BotActionResponseBitResponse

    type BotActionResponseBitResponse = {
        example?: boolean | string;
        feedback?: string;
        isExample?: boolean;
        item?: string;
        reaction?: string;
        response?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    example?: boolean | string
    feedback?: string
    isExample?: boolean
    item?: string
    reaction?: string
    response?: string