@shortcut/client
    Preparing search index...

    Interface DeleteStories

    interface DeleteStories {
        story_ids: number[];
    }
    Index

    Properties

    Properties

    story_ids

    story_ids: number[]

    An array of IDs of Stories to delete.

    true