Interface UiFeedbackImage

interface UiFeedbackImage {
    alt?: string;
    src: string;
}

Properties

Properties

alt?: string
src: string