Type alias LetterheadHeaderFooter
LetterheadHeaderFooter: {
backgroundColor: string;
height: number;
horizontalAlignment?: string | null;
logo?: string | null;
verticalAlignment?: string | null;
}
Type declaration
backgroundColor: string
height: number
Optional
horizontalAlignment?: string | null
Optional
logo?: string | null
Optional
verticalAlignment?: string | null