PostcodeResult: {
    data: PostcodeData;
    res: true;
} | {
    data: "FORCE_CLOSE" | "COMPLETE_CLOSE";
    res: false;
}

Type declaration

Type declaration

  • data: "FORCE_CLOSE" | "COMPLETE_CLOSE"
  • res: false

Generated using TypeDoc