lightyear.subscribepropsfuncprops
Home > @runlightyear/lightyear > SubscribePropsFuncProps
SubscribePropsFuncProps type
Signature:declare type SubscribePropsFuncProps = {
endpoint: string;
auths: Auths;
variables: Variables;
secrets: Secrets;
};