Frodo Library - v4.8.5
    Preparing search index...

    Type Alias ManagedObjectTypeFields

    A managed-object type's own metadata, as resolved from caller-supplied field values. Used both for create (title required) and update (only the explicitly-changed subset, merged onto the type's current definition).

    type ManagedObjectTypeFields = {
        description?: string;
        icon?: string;
        title?: string;
    }
    Index

    Properties

    description?: string
    icon?: string
    title?: string