Type alias Shape

Shape: {
    path: ((size, p) => PathWriter);
}

Type declaration