mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Delete workspace type file
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { Workspaces } from "types/workspaces";
|
||||
|
||||
import SecurityClient from "~/utilities/SecurityClient";
|
||||
|
||||
interface Workspaces {
|
||||
__v: number;
|
||||
_id: string;
|
||||
name: string;
|
||||
organization: string;
|
||||
}
|
||||
[];
|
||||
|
||||
/**
|
||||
* This route lets us get the workspaces of a certain user
|
||||
* @returns
|
||||
|
||||
8
frontend/types/workspaces.d.ts
vendored
8
frontend/types/workspaces.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
export interface WorkSpace {
|
||||
__v: number;
|
||||
_id: string;
|
||||
name: string;
|
||||
organization: string;
|
||||
}
|
||||
|
||||
type Workspaces = WorkSpace[];
|
||||
Reference in New Issue
Block a user