Type Alias: SchemaActions<S>
SchemaActions<
S> = keyofS["actionToRelations"]
Defined in: packages/polizy/src/types.ts:140
Extracts the literal union type of action names from a specific schema type
Type Parameters
S
S extends AuthSchema<any, any, any>