Member Junction
    Preparing search index...

    Variable MJFileStorageProviderSchemaConst

    MJFileStorageProviderSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ClientDriverKey: ZodString;
            Configuration: ZodNullable<ZodString>;
            Description: ZodNullable<ZodString>;
            ID: ZodString;
            IsActive: ZodBoolean;
            Name: ZodString;
            Priority: ZodNumber;
            RequiresOAuth: ZodBoolean;
            ServerDriverKey: ZodString;
            SupportsSearch: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ClientDriverKey?: string;
            Configuration?: string;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            Priority?: number;
            RequiresOAuth?: boolean;
            ServerDriverKey?: string;
            SupportsSearch?: boolean;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ClientDriverKey?: string;
            Configuration?: string;
            Description?: string;
            ID?: string;
            IsActive?: boolean;
            Name?: string;
            Priority?: number;
            RequiresOAuth?: boolean;
            ServerDriverKey?: string;
            SupportsSearch?: boolean;
        },
    > = ...

    zod schema definition for the entity MJ: File Storage Providers