Variable const

const: {
    endpoint: {
        baseurl: string;
    };
    error: {
        missingBotId: string;
    };
    pending: {
        limit: number;
    };
}

Type declaration

  • endpoint: {
        baseurl: string;
    }
    • baseurl: string
  • error: {
        missingBotId: string;
    }
    • missingBotId: string
  • pending: {
        limit: number;
    }
    • limit: number

Generated using TypeDoc