mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
feat: add organisations (#1820)
This commit is contained in:
@ -22,7 +22,7 @@ export const useLimits = () => {
|
||||
|
||||
export type LimitsProviderProps = {
|
||||
initialValue?: TLimitsResponseSchema;
|
||||
teamId?: number;
|
||||
teamId: number;
|
||||
children?: React.ReactNode;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user