jamespot-user-api
    Preparing search index...

    Variable msTenantEntitySchemaConst

    msTenantEntitySchema: ZodObject<
        Omit<ZodShape<BaseEntity>, "id"> & {
            name: ZodOptional<
                ZodUnion<
                    [
                        ZodLiteral<"groups">,
                        ZodLiteral<"sites">,
                        ZodLiteral<"onedrive">,
                        ZodLiteral<"group">,
                        ZodLiteral<"documents">,
                        ZodLiteral<"me">,
                    ],
                >,
            >;
        },
        "strip",
        ZodTypeAny,
        {
            name?: "group"
            | "groups"
            | "sites"
            | "onedrive"
            | "documents"
            | "me";
            title: string;
            type: string;
        },
        {
            name?: "group"
            | "groups"
            | "sites"
            | "onedrive"
            | "documents"
            | "me";
            title: string;
            type: string;
        },
    > = ...