Interface SignageShareResult

Result of sharing media, playlists or templates into a group

interface SignageShareResult {
    already_present: string[];
    linked: string[];
}

Properties

already_present: string[]

IDs already linked to the target group

linked: string[]

IDs newly linked to the target group