ISPO SDK
    Preparing search index...

    Interface HostProjectIconDeleteInput

    Markdown
    interface HostProjectIconDeleteInput {
        iconRef: string;
        timeoutMs?: number;
    }
    Index
    iconRef: string

    Canonical App Icon ref returned by projectIcons.catalog().

    timeoutMs?: number

    Interactive host-confirmation budget. Defaults to 90 seconds.