interface ISD {
    aspectRatio: number;
    contents: ISDContent[];
}

Properties

aspectRatio: number
contents: ISDContent[]