mirror of
https://github.com/bitwarden/directory-connector
synced 2026-02-27 01:33:15 +00:00
4 lines
52 B
TypeScript
4 lines
52 B
TypeScript
export interface BaseResponse {
|
|
object: string;
|
|
}
|