Skip to content

Commit

Permalink
Rename DefaultResource
Browse files Browse the repository at this point in the history
  • Loading branch information
TrCaM committed Jul 10, 2019
1 parent 52773df commit e25d24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/management/projects.ts
Expand Up @@ -3,10 +3,10 @@ export interface FirebaseProjectMetadata {
projectId: string;
projectNumber: string;
displayName: string;
resources: DefaultResource;
resources: DefaultProjectResources;
}

export interface DefaultResource {
export interface DefaultProjectResources {
hostingSite: string;
realtimeDatabaseInstance: string;
storageBucket: string;
Expand Down

0 comments on commit e25d24b

Please sign in to comment.