Member Junction
    Preparing search index...
    interface GoogleFormsResponsesResult {
        nextPageToken?: string;
        responses: GoogleFormsResponseItem[];
    }
    Index

    Properties

    nextPageToken?: string