Type Alias ConnectSlackCallbackData

ConnectSlackCallbackData: {
    requestBody: {
        code: string;
        state: string;
    };
    workspace: string;
}

Type declaration

  • requestBody: {
        code: string;
        state: string;
    }

    code endpoint

    • code: string
    • state: string
  • workspace: string