mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
get templates
This commit is contained in:
10
src/models/response/templateResponse.ts
Normal file
10
src/models/response/templateResponse.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { BaseResponse } from './baseResponse';
|
||||
|
||||
export class TemplateResponse extends BaseResponse {
|
||||
template: any;
|
||||
|
||||
constructor(template: any) {
|
||||
super('template');
|
||||
this.template = template;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user