5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
export interface DeleteDeckCommand {
|
|
id: string;
|
|
soft?: boolean;
|
|
}
|
|
//# sourceMappingURL=DeleteDeckCommand.d.ts.map
|