Vinyl
    Preparing search index...

    Interface Descriptor

    A generic descriptor providing extended information.

    interface Descriptor {
        id?: Maybe<string>;
        value?: Maybe<string>;
    }
    Index

    Properties

    Properties

    id?: Maybe<string>

    An optional unique identifier for the descriptor.

    value?: Maybe<string>

    An optional value associated with the descriptor, whose interpretation depends on the scheme.