Type Alias PrepopulateUserMediaType
PrepopulateUserMediaType: (
options: { name: string; parameters: any },
) => Promise<{ component: any; inputs: any }[] | void>
Type Declaration
- (
options: { name: string; parameters: any },
): Promise<{ component: any; inputs: any }[] | void> Parameters
- options: { name: string; parameters: any }
Returns Promise<{ component: any; inputs: any }[] | void>