TypegenMeta.eventsCausingGuards property​
Keeps track of which events lead to which guards.
Key: 'EVENT_NAME' Value: 'guardName' | 'otherGuardName'
Signature:
eventsCausingGuards: Record<string, string>;
Keeps track of which events lead to which guards.
Key: 'EVENT_NAME' Value: 'guardName' | 'otherGuardName'
Signature:
eventsCausingGuards: Record<string, string>;