5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
/**
|
|
* Ssid are the names of the wifis, usually human readable.
|
|
*/
|
|
export type Ssid = string;
|