Type Alias AcceptInviteData

AcceptInviteData: {
    requestBody: {
        username?: string;
        workspace_id: string;
    };
}

Type declaration

  • requestBody: {
        username?: string;
        workspace_id: string;
    }

    accept invite

    • Optionalusername?: string
    • workspace_id: string