@shortcut/client
    Preparing search index...

    Interface NestedFileSlimList

    A list of files attached to the Story.

    interface NestedFileSlimList {
        current_items: number;
        entities: FileSlim[];
        list_url: string;
        total_items: number;
    }
    Index

    Properties

    current_items: number

    int64

    entities: FileSlim[]
    list_url: string

    2048

    ^https?://.+$

    total_items: number

    int64