Skip to content

apollo-code


apollo-code / storage/src / MemoryScope

Type Alias: MemoryScope

MemoryScope = { kind: "global"; ownerId: string; } | { kind: "project"; ownerId: string; projectId: string; } | { kind: "team"; teamId: string; }