Member Junction
    Preparing search index...

    Variable MJWorkspaceItemSchemaConst

    MJWorkspaceItemSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            Configuration: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            Name: ZodString;
            ResourceRecordID: ZodNullable<ZodString>;
            ResourceType: ZodString;
            ResourceTypeID: ZodString;
            Sequence: ZodNumber;
            Workspace: ZodString;
            WorkspaceID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Configuration?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            ResourceRecordID?: string;
            ResourceType?: string;
            ResourceTypeID?: string;
            Sequence?: number;
            Workspace?: string;
            WorkspaceID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            Configuration?: string;
            Description?: string;
            ID?: string;
            Name?: string;
            ResourceRecordID?: string;
            ResourceType?: string;
            ResourceTypeID?: string;
            Sequence?: number;
            Workspace?: string;
            WorkspaceID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Workspace Items