Interface IPAOrigin

interface IPAOrigin {
    type: IPAOriginType;
    value: string;
}

Properties

Properties

value: string