Skip to main content

WorkspaceLimits

type WorkspaceLimits = {
[key: string]: any;
current: Record<string, any> | null;
next: Record<string, any> | null;
};

Workspace resource limits.

Type Declaration

Index Signature

[key: string]: any
NameType
currentRecord<string, any> | null
nextRecord<string, any> | null