Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/Ssid.d.ts
T

5 lines
95 B
TypeScript

/**
* Ssid are the names of the wifis, usually human readable.
*/
export type Ssid = string;