nxapi/src/api/splatnet3-types.ts
2022-10-20 22:57:35 +01:00

7 lines
136 B
TypeScript

/** /bullet_tokens */
export interface BulletToken {
bulletToken: string;
lang: string;
is_noe_country: 'true' | 'false';
}