interface DescriptionObject {
    content?: string;
    type?: string;
    version?: unknown;
}

Properties

content?: string
type?: string
version?: unknown