Type Alias LayerPatch

LayerPatch: Partial<LayerPost> & {
    id: number;
}