TESSA Web API
    Preparing search index...

    Type Alias ThemeIcon

    type ThemeIcon = {
        alias: string;
        id: string;
        preserveColors?: boolean;
        size: string;
        width?: number;
    }
    Index

    Properties

    alias: string
    id: string
    preserveColors?: boolean
    size: string
    width?: number