Type Alias SrcType

SrcType:
    | null
    | string
    | VideoPlaybackSource
    | ImageURISource
    | (() => string)
    | (() => Promise<string>)