@shortcut/client
    Preparing search index...

    Interface UploadFilesParams

    interface UploadFilesParams {
        story_id?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    Optionalstory_id

    story_id?: number

    The ID of the Story to attach the files to.

    int64