mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
export class CollectionRequest {
|
|
name: string;
|
|
}
|