mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix types
This commit is contained in:
parent
617295265b
commit
d2413f3de1
@ -24,9 +24,11 @@ export type AdminProject = {
|
||||
delete(this: AdminProject): Promise<void>,
|
||||
|
||||
getConfig(this: AdminProject): Promise<OrganizationRenderedConfig>,
|
||||
// NEXT_LINE_PLATFORM react-like
|
||||
useConfig(this: AdminProject): OrganizationRenderedConfig,
|
||||
|
||||
getProductionModeErrors(this: AdminProject): Promise<ProductionModeError[]>,
|
||||
// NEXT_LINE_PLATFORM react-like
|
||||
useProductionModeErrors(this: AdminProject): ProductionModeError[],
|
||||
} & Project;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user