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