@shortcut/client
    Preparing search index...

    Interface LinkedFile

    interface LinkedFile {
        content_type?: string | null;
        created_at?: string;
        description?: string | null;
        entity_type?: "linked-file";
        id?: number;
        mentioned_members?: NestedMemberSlimList;
        mentioned_teams?: NestedTeamSlimList;
        name?: string;
        size?: number | null;
        stories?: NestedStorySlimList;
        thumbnail_url?: string | null;
        type?: string;
        updated_at?: string;
        uploader?: MemberSlim;
        uri?: string;
        url?: string;
    }
    Index

    Properties

    content_type?: string | null

    The content type of the linked file.

    128

    created_at?: string

    The time/date the Linked File was created.

    date-time

    description?: string | null

    The description of the Linked File.

    512

    entity_type?: "linked-file"

    The type of this entity.

    id?: number

    The unique ID of the Linked File.

    int64

    mentioned_members?: NestedMemberSlimList

    The Members who followers of the Doc.

    mentioned_teams?: NestedTeamSlimList

    A list of Teams that this Member belongs to.

    name?: string

    The name of the Linked File.

    256

    size?: number | null

    The size of the Linked File, if available.

    int64

    A list of Stories associated with this Project.

    thumbnail_url?: string | null

    The URL of the thumbnail, if the integration provided it.

    2048

    ^https?://.+$

    type?: string

    The integration type (e.g. google, dropbox, box, onedrive, url).

    63

    updated_at?: string

    The time/date the Linked File was updated.

    date-time

    uploader?: MemberSlim

    The Member who created the Doc.

    uri?: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$

    url?: string

    The URL of the Linked File.

    2048

    ^https?://.+$