MVFv3 API Documentation
    Preparing search index...

    Type Alias Details

    Details provides a standard way to add common pieces of additional information to an object. Typically all properties are optional, though some schemas may define details where certain properties are required. See WithRequiredDetails.

    type Details = {
        externalId?: string;
        name?: string;
        shortName?: string;
        description?: string;
        icon?: string;
    }
    Index

    Properties

    externalId?: string
    name?: string
    shortName?: string
    description?: string
    icon?: string