interface StructuredDataOptions {
    allowExtraneousProperties?: boolean;
}
export type { StructuredDataOptions };
