mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-19 05:27:57 +00:00
10 lines
301 B
TypeScript
Executable File
Generated
10 lines
301 B
TypeScript
Executable File
Generated
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {context} from '../models';
|
|
|
|
export function Beep():Promise<void>;
|
|
|
|
export function Reveal(arg1:string):Promise<void>;
|
|
|
|
export function Startup(arg1:context.Context):Promise<void>;
|