export default interface START_RENDER {
    DESCRIPTION: 'Starts the render process.';
    PAYLOAD: undefined;
    RETURN: boolean;
}
