Documentation
    Preparing search index...

    Type Alias ReferenceType

    Standard reference mapping structure.

    type ReferenceType = {
        backend?: string;
        label?: string;
        ref: string;
    }
    Index

    Properties

    Properties

    backend?: string

    Target database/adapter backend alias.

    label?: string

    Descriptive display name/label.

    ref: string

    The relative path structure of the resource.