Interface SrcResolverReturnType

interface SrcResolverReturnType {
    errors: SrcErrorType[];
    loading: boolean;
    resolvedSrc?: string;
}

Properties

errors: SrcErrorType[]
loading: boolean
resolvedSrc?: string