@reliverse/rse-sdk
Version:
@reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).
30 lines (29 loc) • 610 B
TypeScript
declare const _default: import("@reliverse/rempts").Command<{
prompt: {
type: "positional";
description: string;
required: true;
};
model: {
type: "string";
alias: string;
description: string;
default: string;
};
provider: {
type: "string";
alias: string;
description: string;
};
size: {
type: "string";
description: string;
default: string;
};
quality: {
type: "string";
description: string;
default: string;
};
}>;
export default _default;