Type Alias GuardMapping<Context, G, States>

GuardMapping: {
    guard: G extends Guard<Context, infer K> ? K : never;
    target: States;
}

Type Parameters

  • Context
  • G
  • States extends string

Type declaration