Type Alias SviWindow

SviWindow: typeof window & {
    sas: {
        vi: SviApi;
        viInit: InitApi;
    };
}