silvie
Version:
Typescript Back-end Framework
31 lines (30 loc) • 590 B
TypeScript
declare const _default: {
controller: (args: {
_: string[];
}) => void;
dataloader: (args: {
_: string[];
}) => void;
middleware: (args: {
_: string[];
}) => void;
migration: (args: {
_: string[];
}) => void;
model: (args: {
_: string[];
}) => void;
resolver: (args: {
_: string[];
}) => void;
schema: (args: {
_: string[];
}) => void;
seeder: (args: {
_: string[];
}) => void;
test: (args: {
_: string[];
}) => void;
};
export default _default;