1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00
Files
browser/src/models/request/collectionRequest.ts
Kyle Spearrin 85770b7cbb get templates
2018-05-14 16:25:14 -04:00

4 lines
53 B
TypeScript

export class CollectionRequest {
name: string;
}