コンテンツにスキップ

PlanCapsSchema

このコンテンツはまだ日本語訳がありません。

const PlanCapsSchema: z.ZodObject<{
apps: z.ZodNumber;
concurrency: z.ZodNumber;
gatewayLane: z.ZodBoolean;
monthlyEndUsers: z.ZodNullable<z.ZodNumber>;
orgMembers: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
apps: number;
concurrency: number;
gatewayLane: boolean;
monthlyEndUsers: number | null;
orgMembers: number;
}, {
apps: number;
concurrency: number;
gatewayLane: boolean;
monthlyEndUsers: number | null;
orgMembers: number;
}>;

档位上限快照(api billing/plan-tiers.ts PlanCaps 同形;授档时快照,读时恒读快照)