Files
WAI_Project_UNIX/uni_modules/cool-share/utssdk/interface.uts
2025-10-30 19:28:09 +08:00

10 lines
185 B
Plaintext

export type ShareWithSystemOptions = {
type: string;
title?: string;
summary?: string;
href?: string;
imageUrl?: string;
success?: () => void;
fail?: (error: string) => void;
};