Kind: Function
Source: atloria-monorepo/apps/web/src/stores/projectContext.ts
Hook to get current project ID (useful for API calls)
Signature
tsfunction useCurrentProjectId(): string | null
Returns: string | null
Kind: Function
Source: atloria-monorepo/apps/web/src/stores/projectContext.ts
Hook to get current project ID (useful for API calls)
tsfunction useCurrentProjectId(): string | null
Returns: string | null
Was this page helpful?