mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
25 lines
598 B
TypeScript
25 lines
598 B
TypeScript
export {
|
|
StackClientInterface,
|
|
UserJson as UserJson,
|
|
UserCustomizableJson,
|
|
ClientProjectJson,
|
|
ProjectJson,
|
|
OauthProviderConfigJson,
|
|
getProductionModeErrors,
|
|
} from "./interface/clientInterface";
|
|
export {
|
|
StackServerInterface,
|
|
ServerUserJson,
|
|
ServerUserCustomizableJson,
|
|
} from "./interface/serverInterface";
|
|
export {
|
|
StackAdminInterface,
|
|
ApiKeySetBase,
|
|
ApiKeySetBaseJson,
|
|
ApiKeySetFirstView,
|
|
ApiKeySetFirstViewJson,
|
|
ApiKeySetSummary,
|
|
ApiKeySetSummaryJson,
|
|
} from "./interface/adminInterface";
|
|
export { fetchTokenPrefix } from "./helpers/fetch-token";
|