FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
store
/
notices
Edit File: getters.d.ts
/** * Get all of the error messages by concatenating comma separated strings. * * @returns {Array<string>} The error messages. */ export declare const getAdditionalErrorMessages: () => string[];
Save
Back