Type Alias QuickCommandDependenciesResponse

QuickCommandDependenciesResponse: {
    studios?: string[] | null;
    workspaces?: string[] | null;
}

Type declaration

  • Optionalstudios?: string[] | null
  • Optionalworkspaces?: string[] | null