Type alias ServiceLayout<A>

ServiceLayout<A>: {
    [K in FunctionCategory]: GridLayoutRecord<A>
}

Type Parameters