@shortcut/client
    Preparing search index...

    Interface RemoveLabelParams

    Request parameters for removing a Label from a Shortcut Story.

    interface RemoveLabelParams {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the new Label to remove.

    1

    128