UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

7 lines (6 loc) 300 B
export default function useOrg(session: any): { getOrgs: (this: any, args_0?: any) => Promise<any>; createOrg: (this: any, args_0?: any) => Promise<any>; updateOrg: (this: any, orgId?: any, args_1?: any) => Promise<any>; getCurrentOrg: (this: any, roleName?: any) => Promise<any>; };