interface Content {
    item: Record<string, unknown>;
    sample?: Record<string, unknown>;
}

Properties

Properties

item: Record<string, unknown>
sample?: Record<string, unknown>