export default interface SendLocalListResponse { status: 'Accepted' | 'Failed' | 'NotSupported' | 'VersionMismatch'; }