UNPKG

@altostra/core

Version:

Core library for shared types and logic

6 lines (5 loc) 322 B
import type { NonEmptyString } from "../../../common/CustomTypes/NonEmptyString"; export declare const DEFAULT_DEV_PLAN_ID: NonEmptyString; export declare const DEFAULT_TEAM_PLAN_ID: NonEmptyString; export declare const ERROR_QUOTA_VIOLATION = "quota-violation"; export declare const ERROR_QUOTA_VIOLATION_PREFIX: string;