interface PrimitiveType {
    primitive: string;
    regex?: string;
}

Properties

Properties

primitive: string
regex?: string