mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-29 13:44:33 -05:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
/** /bullet_tokens */
|
|
export interface BulletToken {
|
|
bulletToken: string;
|
|
lang: string;
|
|
is_noe_country: 'true' | 'false';
|
|
}
|