/**
 * https://schema.org/CreativeWork
 */
export interface CreativeWork {
    text?: string;
}
