Member Junction
    Preparing search index...

    Variable MJVersionLabelSchemaConst

    MJVersionLabelSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            CreatedByUser: ZodString;
            CreatedByUserID: ZodString;
            CreationDurationMS: ZodNumber;
            Description: ZodNullable<ZodString>;
            Entity: ZodNullable<ZodString>;
            EntityID: ZodNullable<ZodString>;
            ExternalSystemID: ZodNullable<ZodString>;
            ID: ZodString;
            ItemCount: ZodNumber;
            Name: ZodString;
            Parent: ZodNullable<ZodString>;
            ParentID: ZodNullable<ZodString>;
            RecordID: ZodNullable<ZodString>;
            RootParentID: ZodNullable<ZodString>;
            Scope: ZodUnion<
                [ZodLiteral<"Entity">, ZodLiteral<"Record">, ZodLiteral<"System">],
            >;
            Status: ZodUnion<
                [ZodLiteral<"Active">, ZodLiteral<"Archived">, ZodLiteral<"Restored">],
            >;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CreatedByUser?: string;
            CreatedByUserID?: string;
            CreationDurationMS?: number;
            Description?: string;
            Entity?: string;
            EntityID?: string;
            ExternalSystemID?: string;
            ID?: string;
            ItemCount?: number;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RecordID?: string;
            RootParentID?: string;
            Scope?: "Entity"
            | "System"
            | "Record";
            Status?: "Active" | "Archived" | "Restored";
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            CreatedByUser?: string;
            CreatedByUserID?: string;
            CreationDurationMS?: number;
            Description?: string;
            Entity?: string;
            EntityID?: string;
            ExternalSystemID?: string;
            ID?: string;
            ItemCount?: number;
            Name?: string;
            Parent?: string;
            ParentID?: string;
            RecordID?: string;
            RootParentID?: string;
            Scope?: "Entity"
            | "System"
            | "Record";
            Status?: "Active" | "Archived" | "Restored";
        },
    > = ...

    zod schema definition for the entity MJ: Version Labels