pl-api
    Preparing search index...

    Variable directoryStatisticsPeriodSchemaConst

    directoryStatisticsPeriodSchema: ObjectSchema<
        {
            active_user_count: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<any, number>],
                    >,
                    undefined,
                >,
                null,
            >;
            period: SchemaWithPipe<
                readonly [StringSchema<undefined>, IsoDateAction<string, undefined>],
            >;
            server_count: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<any, number>],
                    >,
                    undefined,
                >,
                null,
            >;
            user_count: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<any, number>],
                    >,
                    undefined,
                >,
                null,
            >;
        },
        undefined,
    > = ...