Member Junction
    Preparing search index...

    Variable MJCollectionArtifactSchemaConst

    MJCollectionArtifactSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ArtifactVersion: ZodNullable<ZodString>;
            ArtifactVersionID: ZodString;
            Collection: ZodString;
            CollectionID: ZodString;
            ContextDescription: ZodNullable<ZodString>;
            ID: ZodString;
            Preload: ZodBoolean;
            Sequence: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ArtifactVersion?: string;
            ArtifactVersionID?: string;
            Collection?: string;
            CollectionID?: string;
            ContextDescription?: string;
            ID?: string;
            Preload?: boolean;
            Sequence?: number;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ArtifactVersion?: string;
            ArtifactVersionID?: string;
            Collection?: string;
            CollectionID?: string;
            ContextDescription?: string;
            ID?: string;
            Preload?: boolean;
            Sequence?: number;
        },
    > = ...

    zod schema definition for the entity MJ: Collection Artifacts