Adjust type for PIS code - should be string vs number.
This commit is contained in:
parent
0a60efae8b
commit
5165bce5a8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@owlboard/ts-types",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Declares Typescript types for the OwlBoard stack",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
@ -6,7 +6,7 @@ export interface OB_Pis_SimpleObject {
|
||||
}
|
||||
|
||||
export interface OB_Pis_FullObject {
|
||||
code: number;
|
||||
code: string;
|
||||
crs: string[];
|
||||
tiploc?: string[];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user