UNPKG

@omnia/tooling-composers

Version:

Provide tooling to work with manifest things.

6 lines (5 loc) 197 B
export interface ISecurityComposer<TReturn> { /** Disable authentication from server side used mainly for unauthenticated routes like login/onboarding */ disableAuth: () => TReturn; }