@databutton/firebase-types 1.76.21 → 1.76.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,6 +128,10 @@ export type CloneAppRequest = {
|
|
|
128
128
|
newAppName?: string;
|
|
129
129
|
addUsersAsCollaborators?: string[];
|
|
130
130
|
};
|
|
131
|
+
export type DeactivateUserRequest = null;
|
|
132
|
+
export type DeactivateUserResponse = {
|
|
133
|
+
success: boolean;
|
|
134
|
+
};
|
|
131
135
|
export type CloneAppResponse = {
|
|
132
136
|
projectUrl: string;
|
|
133
137
|
};
|