Skip to main content

GoogleConnectionStatus

type GoogleConnectionStatus = {
googleConnection: boolean;
googleEmail?: string;
};

Properties

googleConnection

googleConnection: boolean;

googleEmail?

optional googleEmail: string;