@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormsGoogleSheetVerifyResponse

    Verification result for the given Google Sheet URL.

    interface FormsGoogleSheetVerifyResponse {
        isValid: boolean;
    }
    Index

    Properties

    Properties

    isValid: boolean

    Indicates whether the Google Sheet URL is valid and accessible.