Skip to content

Transient type

Home > @rimitive/core > Transient

Module types that cannot be passed directly to compose()

Signature:

type Transient = {
__scope: 'transient';
};