@traversable/schema
Preparing search index...
@traversable/valibot-types
V
TupleWithRest
Interface TupleWithRest<S>
interface
TupleWithRest
<
S
=
unknown
>
{
items
:
readonly
S
[]
;
rest
:
S
;
type
:
"tuple_with_rest"
;
}
Type Parameters
S
=
unknown
Index
Properties
items
rest
type
Properties
items
items
:
readonly
S
[]
rest
rest
:
S
type
type
:
"tuple_with_rest"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
rest
type
@traversable/schema
Loading...