Type Alias Placement

Override for app placement on non reload engines.

type Placement = {
    createdAt?: string;
    minEngineSize?: EngineGBSize;
}
Index

Properties

createdAt?: string

The iso timestamp for when the override was configured.

minEngineSize?: EngineGBSize