@samatawy/checks
    Preparing search index...

    Variable typeConst

    type: {
        object(): PropertyDecorator;
        string(): PropertyDecorator;
        number(options?: TolerantCheckOptions): PropertyDecorator;
        boolean(options?: TolerantCheckOptions): PropertyDecorator;
        date(): PropertyDecorator;
        uuid(): PropertyDecorator;
        ulid(): PropertyDecorator;
        email(): PropertyDecorator;
        url(): PropertyDecorator;
        file(): PropertyDecorator;
        image(): PropertyDecorator;
        array(): PropertyDecorator;
    } = ...

    Type Declaration