/** * Finix API */ export declare class CreateExternalLinkRequest { /** * Set how long (in minutes) the external link should be active for. The link can be active for up to 7 days in the future. */ 'duration'?: number; /** * Key value pair for annotating custom meta data (e.g. order numbers). */ 'tags'?: { [key: string]: string; } | null; /** *