@shortcut/client
    Preparing search index...

    Interface Icon

    Icons are used to attach images to Groups, Workspaces, Members, and Loading screens in the Shortcut web application.

    interface Icon {
        created_at: string;
        entity_type: string;
        id: string;
        updated_at: string;
        url: string;
    }
    Index

    Properties

    created_at: string

    The time/date that the Icon was created.

    date-time

    entity_type: string

    A string description of this resource.

    id: string

    The unique ID of the Icon.

    uuid

    updated_at: string

    The time/date that the Icon was updated.

    date-time

    url: string

    The URL of the Icon.