declare const validEmail: unique symbol; type Email = string & { [validEmail]: true } export type User = { firstName: string; ...
確定! 回上一頁