interface JurisdictionType {
    uid: string;
    code: string;
}

Properties

Properties

uid: string
code: string

Generated using TypeDoc