@seven.io/client
    Preparing search index...

    Type Alias ValidateResponse

    type ValidateResponse = {
        code?: string;
        error: string | null;
        formatted_output?: string | null;
        id?: number | null;
        sender?: string;
        success: boolean;
        voice?: boolean;
    }
    Index

    Properties

    code?: string
    error: string | null
    formatted_output?: string | null
    id?: number | null
    sender?: string
    success: boolean
    voice?: boolean