Interface TallyPayloadFormTitleDTO

interface TallyPayloadFormTitleDTO {
    button?: { label: string };
    cover?: string;
    coverSettings?: { objectPositionYPercent: number };
    html?: string;
    logo?: string;
    mentions?: object;
}

Properties

button?: { label: string }
cover?: string
coverSettings?: { objectPositionYPercent: number }
html?: string
logo?: string
mentions?: object