export interface NewFunctionOptions {
    commands: string[];
    description: string;
    source: string;
    origin: string;
}
