Interface InitSchemaProps

interface InitSchemaProps {
    ctx: CommandContext;
    joi: Root;
    props: Record<string, unknown>;
}

Properties

Properties

joi: Root
props: Record<string, unknown>

Generated using TypeDoc