Service SDK APIvariablescustomValidatorsOn this pagecustomValidators const customValidators: { isArray: boolean; notEmpty: boolean;}; Type Declaration isArray() isArray(value: any[]): boolean; Parameters value any[] Returns boolean notEmpty() notEmpty(array: any[]): boolean; Parameters array any[] Returns boolean