Interface CodesEntity

interface CodesEntity {
    cancelled?: null | ColorEntity;
    irregular?: null | ColorEntity;
}

Properties

cancelled?: null | ColorEntity
irregular?: null | ColorEntity

Generated using TypeDoc