/** * Identity constants for the RCS auth system. * * SYSTEM_USER_ID is the identity assigned to API-key-authenticated operations. * These operations are not attributable to any specific human user. */ export const SYSTEM_USER_ID = '__system__'