UNPKG

@povio/openapi-codegen-cli

Version:

**NOTE:** This CLI tool is primarily designed for use within our organization. The generated code output aligns with our internal template. If you are using this tool without our internal template, make sure to use it in **standalone** mode.

15 lines (14 loc) 567 B
import { GenerateFile, Import } from "src/generators/types/generate"; export declare const ACL_APP_ABILITY_FILE: GenerateFile; export declare const ACL_ALL_ABILITIES = "AllAbilities"; export declare const ACL_APP_ABILITIES = "AppAbilities"; export declare const ACL_CHECK_FILE: GenerateFile; export declare const ACL_CHECK_HOOK = "useAclCheck"; export declare const CASL_ABILITY_BINDING: { abilityTuple: string; pureAbility: string; forcedSubject: string; subjectType: string; subject: string; }; export declare const CASL_ABILITY_IMPORT: Import;