ReturningNode: Readonly<{
    cloneWithSelections(returning, selections): kysely.ReturningNode;
    create(selections): kysely.ReturningNode;
    is(node): node is kysely.ReturningNode;
}>

Type declaration