Type alias CollectionPop<Schema>

CollectionPop<Schema>: {
    [K in keyof CollectionArrayUpdate<Schema>]?: number
}

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

Type Parameters

  • Schema