interface Bit {
    alertDuration: number;
    customAlert: any[];
    enable: number;
    endAnimation: string;
    font: string;
    fontColor: string;
    fontHighlightColor: string;
    fontSize: number;
    fontWeight: number;
    imageSource: ImageSource2;
    layout: number;
    message: DoneruConfig.Message2;
    messageTemplate: string;
    minAmount: number;
    soundSource: SoundSource2;
    soundVolume: number;
    startAnimation: string;
    textAnimation: string;
    tts: Tts2;
}

Properties

alertDuration: number
customAlert: any[]
enable: number
endAnimation: string
font: string
fontColor: string
fontHighlightColor: string
fontSize: number
fontWeight: number
imageSource: ImageSource2
layout: number
messageTemplate: string
minAmount: number
soundSource: SoundSource2
soundVolume: number
startAnimation: string
textAnimation: string
tts: Tts2