pl-api
    Preparing search index...

    Variable adminEmailDomainBlockSchemaConst

    adminEmailDomainBlockSchema: ObjectSchema<
        {
            created_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
            domain: StringSchema<undefined>;
            history: ArraySchema<
                ObjectSchema<
                    {
                        accounts: SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<any, string>],
                        >;
                        day: SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<any, string>],
                        >;
                        uses: SchemaWithPipe<
                            readonly [UnknownSchema, TransformAction<any, string>],
                        >;
                    },
                    undefined,
                >,
                undefined,
            >;
            id: StringSchema<undefined>;
        },
        undefined,
    > = ...