MCPcopy
hub / github.com/growthbook/growthbook / DimensionInterface

Interface DimensionInterface

packages/shared/types/dimension.d.ts:3–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Queries } from "./query";
2
3export interface DimensionInterface {
4 id: string;
5 organization: string;
6 managedBy?: "" | "api" | "config";
7 owner: string;
8 datasource: string;
9 description?: string;
10 userIdType: string;
11 name: string;
12 sql: string;
13 dateCreated: Date | null;
14 dateUpdated: Date | null;
15}
16
17export interface DimensionSlicesResult {
18 dimension: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…