pl-api
    Preparing search index...

    Variable adminIpSchemaConst

    adminIpSchema: ObjectSchema<
        {
            ip: SchemaWithPipe<
                readonly [StringSchema<undefined>, IpAction<string, undefined>],
            >;
            used_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
        },
        undefined,
    > = ...