Type Alias: TypedAction<S>
TypedAction<
S> =SchemaActions<S>
Defined in: packages/polizy/src/types.ts:153
Represents an action name that is guaranteed to exist in the schema
Type Parameters
S
S extends AuthSchema<any, any, any>
TypedAction<
S> =SchemaActions<S>
Defined in: packages/polizy/src/types.ts:153
Represents an action name that is guaranteed to exist in the schema
S extends AuthSchema<any, any, any>