@shortcut/client
    Preparing search index...

    Interface FileSlim

    interface FileSlim {
        entity_type: "file:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "file:slim"

    The type of this entity.

    id: number

    The unique ID for the file.

    int64

    name: string

    The name of the file.

    uri: string

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

    2048

    ^https?://.+$