Documentation
    Preparing search index...

    Type of the metadata attached to properties by the serializable decorator.

    interface SerializableProperty {
        options?: SerializableOptions;
        propertyKey: string;
        size: number;
    }
    Index

    Properties

    propertyKey: string
    size: number