Type alias Pop<Schema>

Pop<Schema>: {
    [K in keyof ArrayUpdate<Schema>]?: number
}

Weaker version os StrictPop which allows for more flexibility in typing pop operations.

Type Parameters

  • Schema