/** * * `ACTIVE` - ACTIVE * * `INACTIVE` - INACTIVE */ export declare const Status895Enum: { readonly Active: "ACTIVE"; readonly Inactive: "INACTIVE"; }; export type Status895Enum = (typeof Status895Enum)[keyof typeof Status895Enum];