ISPO SDK
    Preparing search index...

    Interface HostProjectIconAssignment

    Markdown
    interface HostProjectIconAssignment {
        iconRef: string | null;
        previousIconRef: string | null;
        projectId: string;
    }
    Index
    iconRef: string | null
    previousIconRef: string | null
    projectId: string