Member Junction
    Preparing search index...

    Variable MJSearchScopeStorageAccountSchemaConst

    MJSearchScopeStorageAccountSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            FileStorageAccount: ZodString;
            FileStorageAccountID: ZodString;
            FolderPath: ZodNullable<ZodString>;
            ID: ZodString;
            SearchScope: ZodString;
            SearchScopeID: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            FileStorageAccount?: string;
            FileStorageAccountID?: string;
            FolderPath?: string;
            ID?: string;
            SearchScope?: string;
            SearchScopeID?: string;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            FileStorageAccount?: string;
            FileStorageAccountID?: string;
            FolderPath?: string;
            ID?: string;
            SearchScope?: string;
            SearchScopeID?: string;
        },
    > = ...

    zod schema definition for the entity MJ: Search Scope Storage Accounts